ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / SymbolMaxSize Property






In This Topic
    SymbolMaxSize Property (ScatterMapLayer<T>)
    In This Topic
    Gets or sets the maximal symbol size for bubble plot.
    Syntax
    'Declaration
     
    
    Public Property SymbolMaxSize As System.Integer
    'Usage
     
    
    Dim instance As ScatterMapLayer(Of T)
    Dim value As System.Integer
     
    instance.SymbolMaxSize = value
     
    value = instance.SymbolMaxSize
    public System.int SymbolMaxSize {get; set;}
    public read-write property SymbolMaxSize: System.Integer; 
    public function get,set SymbolMaxSize : System.int
    public: __property System.int get_SymbolMaxSize();
    public: __property void set_SymbolMaxSize( 
       System.int value
    );
    public:
    property System.int SymbolMaxSize {
       System.int get();
       void set (    System.int value);
    }
    See Also